home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / info / 000info.txt < prev    next >
Encoding:
Text File  |  1995-02-16  |  9.4 KB  |  215 lines

  1. IMPORTANT:
  2. Whilst every effort has been made to insure that the programs supplied
  3. on this CD are fully working, neither Future Publishing or PDSL make
  4. any guarantee or claims as to the suitability of these programs or files
  5. for any purpose. No charge has been made for the programs or files
  6. supplied, and no technical support of any kind is offered. Neither is
  7. any responsibility accepted for the consequences or your
  8. use or inability to use them.
  9.  
  10. WARNING:
  11. Before testing any software it is highly advisable to backup any valuable
  12. data or programs on your system. It is possible though undetected program
  13. errors, hardware or software incompatibility, user error or inexperience
  14. to accidentally damage or corrupt other software or files on you system.
  15.  
  16. The programs supplied in the PDSL section of the PC ANSWERS
  17. monthly CD are supplied in compressed ZIP archive form. Before you
  18. can run the programs they have to be uncompressed back to their original
  19. form. Mostly the VIEW program will do this but occasionally a ZIP file
  20. will contain other compressed archive inside it. This is most common
  21. where the source disk was a collection of different programs.
  22. If when you have unpacked a file using the view program but find the
  23. unpacked files include further ZIP files you will have to do a second
  24. unpacking operation, do this as follows:
  25.  
  26. For example using VIEW you have unpacked a file XXXX.ZIP to a directory
  27. called C:\PCA on your hard disk, you notice the unpacked files
  28. include AAAA.ZIP and BBBB.ZIP.
  29. The easiest way to handle this is to copy the program UNZIP.EXE from the
  30. UTILS directory on this CD into that directory, so from DOS you would
  31. type:
  32. COPY D:\UTILS\PKUNZIP.EXE C:\PCA (Change the D: to whatever your CD drive)
  33.                                    (is, eg. E: F: etc)
  34. now move into the PCA directory by typing as follows:
  35.  
  36. C:
  37. CD\
  38. CD PCA
  39.  
  40. Now to unpack the first file type:
  41.  
  42. PKUNZIP AAAA
  43.  
  44. Repeat this with any other files needed.
  45.  
  46. The next step is to read any documentation files for the programs these
  47. will be files with names like READ.ME, INFO.TXT, MANUAL.DOC or similar.
  48.  
  49. You will find a small utility program called T.COM in the CD UTILS directory
  50. which will help with this. Just copy it into your PCA directory in the
  51. same way you did the UNZIP program.
  52. When you have done this log into the PCA directory and type:
  53.  
  54. T
  55.  
  56. This will clear the screen and Say
  57.  
  58. Filename ?
  59.  
  60. At this prompt just enter the file name you want to view and it will display
  61. on the screen. To get help on how to use the T program type '?'
  62.  
  63. Now read the program documentation to find how to install and run the program.
  64.  
  65. The following is some general information on using PD and Shareware which
  66. might help if you get stuck.
  67.  
  68.  
  69. GENERAL HINTS ON RUNNING PD & SHAREWARE PROGRAMS
  70.  
  71. PROGRAM DOCUMENTATION.
  72.  
  73. Ding a directory listing of your shareware programs will often
  74. reveal files with names like:- READ.ME, MANUAL.TXT,
  75. PDSL.TXT, INFO.DOC etc. These files contain information about using 
  76. the programs. You can print them out or view them on the screen. DOS 
  77. has a built in command called TYPE for viewing files on the screen. 
  78. E.G. the command TYPE READ.ME<return> will display the file called
  79. READ.ME on the screen. If you want to print it at the same time press 
  80. control and P at the same time to turn your printer on before entering 
  81. the command. In your directory listing you will most likely see files 
  82. with endings like COM, EXE, and BAT. In general, these are programs 
  83. which can be run by just typing the first part of the name. E.g.. 
  84. many of our disks contain a file called GO.BAT. If you see this file 
  85. on a disk, typing GO will display information about using the disk, 
  86. and on some disks will also let you view the document files on the 
  87. disk. This is done with a program called T.COM which is a vast improvement 
  88. over the built in TYPE command mentioned above. Just substitute T 
  89. for TYPE. If the disk contains files with ARC or ZIP see section 3 
  90. below.
  91.  
  92. FUNNY FILES
  93.  
  94. To fit more data on a disk, and to keep related files together, some 
  95. disks contain "ARChived" files. These have special endings
  96. as the last part of the file name, e.g., FILE.ARC, FILE.ZIP, FILE.LZH 
  97. or FILE.ZOO. Programs in this form need to be unpacked before you 
  98. can use them. Space allowing, the disk will also contain an unpacker 
  99. program. However, the most common type you will find on PDSL disks 
  100. is the ZIP type, and the self extracting archive. The self extracting 
  101. archive has an EXE extension just like a normal executable file but 
  102. it will also be accompanied with a file called SFXREAD.ME. For  ZIP 
  103. files you will need  PKUNZIP  to unpack them.  If you would like a 
  104. set of utilities for handling these files see under ARCHIVE UTILITIES.  
  105. The command syntax to use PKUNZIP is displayed on the screen by just 
  106. typing in the program name. E.g..
  107.  
  108. C>PKUNZIP<return>
  109.  
  110. Will produce a screen full of info on how to use it.
  111.  
  112. Typing 
  113.  
  114. C>PKUNZIP FNAME<return>
  115.  
  116. Will unpack the file FNAME and put the contents in the current directory. 
  117. To extract to a different directory. E.G.:-
  118.  
  119. A>PKUNZIP FNAME B:\test<return>
  120.  
  121. Would unpack the contents of FNAME.ZIP and put it in the TEST directory 
  122. on B:
  123.  
  124. SELF EXTRACTING  archives  are handled as follows: When you
  125. run them they will attempt to unpack themselves into current directory. 
  126. There probably will not be enough room on the distribution disk for 
  127. this to happen so you will have to copy the files to your hard disk 
  128. or to another floppy. E.g.. you have a self extracting archive called 
  129. ALDO.EXE on drive A, to extract the files from it to a blank disk 
  130. in drive B you would put a blank formatted disk in B, then type -
  131.  
  132. B:<return>   (this logs you into drive B:, then type- )
  133.  
  134. B>A:ALDO<return> (the files will now be extracted and put on drive B)
  135.  
  136. Once you have unpacked any archives go to step 2 to read the documentation. 
  137.  
  138. BASIC PROGRAMS
  139.  
  140. Disks containing BASIC language programs (with a .BAS file extension). 
  141. Will need BASICA,GWBASIC or equivalent to run them. In general, to 
  142. run Basic programs you would type:-
  143.  
  144. C:>GWBASIC PROGRAMNAME
  145.  
  146. Your Basic interpreter GWBASIC or P-BASIC or whatever it's called 
  147. must be in the same directory as the program. 
  148.  
  149. COMMON PROBLEMS
  150.  
  151. DATA ERROR READING DRIVE A, SECTOR NOT FOUND, GENERAL FAILURE READING
  152. DRIVE A and so forth are error messages indicating that a disk
  153. could not be read. Disk drives vary, so it can be worth trying the 
  154. disk in a different drive or a different computer to copy it. Also 
  155. 1.2Mb drives do not read 360k disks as well as a real 360k drive. 
  156. Clean your drive with a special cleaning disk, this can often fix 
  157. the problem.
  158.  
  159. SCREEN GOES BLANK AND MACHINE LOCKS UP. Most commonly caused
  160. by running a colour program on a mono system. Try one of the CGA emulators 
  161. on disk 730. Some programs give the same problem on certain VGA screens. 
  162. Try altering the dip switches on your VGA card for CGA emulation. 
  163.  
  164.  
  165. PROGRAM JUST WON'T WORK. By far the most common cause is conflicts
  166. with other programs in memory, E.G.. Keyboard drivers, menu systems, 
  167. DOS shells, Windows, Xtree shell, Norton shell , PCtools shell, Pop 
  168. up clocks etc. If you have troubles, the rule of thumb is - remove 
  169. EVERYTHING. rename your AUTOEXEC.BAT file so the system can boot without 
  170. it. Check that your CONFIG.SYS file only has FILES=20 and BUFFERS=15 
  171. in it. Once you have the program working you can add back things one 
  172. at a time till you find the one that's causing the problem.  
  173.  
  174. The most common error message is BAD COMMAND OR FILE NAME.
  175. All this means is that you have typed in something your computer did 
  176. not recognise. When you have the DOS prompt (e.g. A) on the screen 
  177. and type in something, your computer will first check if it's a built 
  178. in command like DIR or COPY. If not it will look on the disk for a 
  179. program of that name and, failing to find it, will give the error 
  180. message as above. New users have a lot of trouble with this. This 
  181. is mainly due to not knowing the purposes of different file types. 
  182. If you have trouble with this sort of thing or DOS in general, you 
  183. need a copy of our book A Guide to Personal Computing available
  184. for just 3.95 plus 50p P&P.
  185.  
  186. DOS VERSIONS 4.nn is not fully compatible with earlier versions
  187. and certain programs may not run, the same applies to DR DOS. The 
  188. best all round DOS versions are 3.3 and 5 and 6 which seem to run most
  189. everything. DOS 6 disk space doubler compression system can sometimes
  190. cause odd problems.
  191.  
  192. COMMAND LINE ARGUMENTS
  193.  
  194. This term is often used in program documentation but not defined anywhere. 
  195. Here's an example of what it means. If we had a file on our disk call 
  196. READ.ME and we wanted to view it on the screen with the TYPE command 
  197. we would enter:-
  198.  
  199. A>TYPE READ.ME
  200.  
  201. The command is TYPE and the argument is READ.ME. Notice the space 
  202. after the command and the . (period) between READ and ME. This is 
  203. not shown when you do a DIR of the disk but when using file names 
  204. in an argument you must always add this.
  205.  
  206. OTHER ERROR MESSAGES
  207.  
  208. Error messages like:- access denied at line NN, can't open file, runtime 
  209. error NN etc are most often caused by incorrect program installation. 
  210. Some programs have to be installed in a sub directory with a particular 
  211. name, or may have to be set up so they know where their files are 
  212. supposed to be. Check the authors documentation. To find out about 
  213. sub directories read your DOS manual.
  214.  
  215.